







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | AddRangeToFront(IEnumerable<(Of <T>)>) |
Adds a collection of items to the front of BigList. The indices of all existing items
in the are increased by the number of items in collection.
The first item in the added collection becomes the first item in the BigList.
|
![]() | AddRangeToFront(BigList<(Of <T>)>) |
Adds a BigList of items to the front of BigList. The indices of all existing items
are increased by the number of items in list. The first item in list
becomes the first item in this list. The added list list is unchanged.
|